questions/web-development/laravel
Hello, Laravel makes it very easy to manage ...READ MORE
Hello, You have to use the package dotenv. Then ...READ MORE
Hello @kartik, Do composer global update before laravel new <project-name> and you'll ...READ MORE
Hello @kartik, Run php artisan and see if your commands ...READ MORE
Hello @kartik, By default, blade doesn't have @break and @continue which are ...READ MORE
Hello @kartik, Here is the way I do ...READ MORE
Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE
Hello @kartik, This message shows up if you ...READ MORE
Hii @kartik, Create a new middleware, add to ...READ MORE
Hello, vent with Illuminate\Routing\Redirector, laravel set redirect in ...READ MORE
Hello, To register a facade with an alias, ...READ MORE
Hello @kartik, You can try this as this ...READ MORE
Hello @kartik, You can try something like this DB::select('exec ...READ MORE
Hello @kartik, Sometimes, you will get the soft deleted table ...READ MORE
Hello @kartik You can import dumps in Laravel ...READ MORE
I had this problem lately with my ...READ MORE
Class ‘App\Http\Controllers\Auth’ Not Found in Class ‘App\Http\Controllers\Auth’ not ...READ MORE
Hello @kartik, To put this folder on the ...READ MORE
Hello, To create both of the created_at and updated_at columns: $t->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP')); $t->timestamp('updated_at')->default(DB::raw('CURRENT_TIMESTAMP on update ...READ MORE
Hello, Route::getRoutes() returns a RouteCollection. On each element, you can ...READ MORE
Hello, The PATH for Windows: I’ve found the location ...READ MORE
Hello @lkartik, Perform a composer update, then composer dump-autoload. If the ...READ MORE
Hello @kartik, You can use the blade template ...READ MORE
Hello, Step 1: Go to the phpMyAdmin website, download the latest ...READ MORE
This problem can generally occur when you ...READ MORE
Hii @kartik Routes Use them to define specific routes ...READ MORE
Hello @kartik In eloquent you can use this $users ...READ MORE
uninstall chrome extension one by one and ...READ MORE
Hii @kartik, When we use the php artisan serve ...READ MORE
Hii, You can use Conditions using Array: $users = User::where([ ...READ MORE
Hello, DB::QueryLog() only work after you execute the query $builder->get(). ...READ MORE
Hey @kartik, This Error happens in almost all ...READ MORE
Hii, The guarded attribute is the opposite of ...READ MORE
Hello @kartik In eloquent ORM, $fillable attribute is ...READ MORE
Hello, The url helper may be used to ...READ MORE
Hey kartik, Laravel includes a middleware to rate ...READ MORE
Hello, The main differnece between them is explained ...READ MORE
Hello, You also can do like this $ImgValue ...READ MORE
Hello, You need to install php zip extension. Something ...READ MORE
Hey, First check if your model login has a field password in ...READ MORE
Hey, It is one of the most easy ...READ MORE
Hii, The extend method allows the modification of ...READ MORE
Hii @kartik, Occasionally, you may need to resolve ...READ MORE
Hello, Sometimes you may have two classes that ...READ MORE
Hii, We have to use the following artisan ...READ MORE
Hey @kartik, We have to call Facades in ...READ MORE
Hello, with() function is used to eager load in ...READ MORE
Hii, You can create a constants.php page in config folder ...READ MORE
Hello, Laravel provides a powerful and clean API ...READ MORE
Hii @kartik, Follow are the steps to create ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.