questions/web-development/laravel/page/6
Hello @kartik, Try to use the following: \Request::getRequestUri() Hope this ...READ MORE
Hello @kartik, If you are using an SMTP ...READ MORE
Hello @kartik, Laravel has inbuilt support for multiple ...READ MORE
Hey, First check if your model login has a field password in ...READ MORE
Hii, In your line: $(this).attr('data-url',value.url); are you sure this refers to the ...READ MORE
Hello, Step 1: Go to the phpMyAdmin website, download the latest ...READ MORE
Hello @kartik You can import dumps in Laravel ...READ MORE
Hello @ subham , If you want to access the ...READ MORE
Hello @kartik, This is the way how to ...READ MORE
Hello @kartik, Artisan comes with Laravel by default, ...READ MORE
Hello @kartik, Here is how you do in ...READ MORE
Laravel is configured to use MySQL by ...READ MORE
Hello @kartik, useState hooks function argument is being used ...READ MORE
Hello @kartik, This message shows up if you ...READ MORE
Hey, Facades provide a "static" interface to classes ...READ MORE
Hello, vent with Illuminate\Routing\Redirector, laravel set redirect in ...READ MORE
Hello @kartik, You can try this as this ...READ MORE
Hello @lkartik, Perform a composer update, then composer dump-autoload. If the ...READ MORE
Hey, Service providers can be defined as the ...READ MORE
Hello @kartik, Sometimes, you will get the soft deleted table ...READ MORE
Hello, To register a facade with an alias, ...READ MORE
Hey, You may use the make method to ...READ MORE
Hey, To create a Stored Procedure you can ...READ MORE
Hello, First you have to go to routes ...READ MORE
Hello, Generating a new CSRF token for each ...READ MORE
Hey, We can add that particular URL or ...READ MORE
Hello, Route::getRoutes() returns a RouteCollection. On each element, you can ...READ MORE
Hii, You can create a constants.php page in config folder ...READ MORE
Hello, You have to use the package dotenv. Then ...READ MORE
Hii, We have to use the following artisan ...READ MORE
I'm new to Laravel PHP Framework and currently continue ...READ MORE
Hello, The main differnece between them is explained ...READ MORE
Hey, In order to identify the type of ...READ MORE
Hello, Laravel makes it very easy to manage ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey, You just need to go Laravel folder through ...READ MORE
Named route is used to give specific ...READ MORE
Hello, 1.Make sure to update node to latest ...READ MORE
Hello, Insert(): This function is simply used to ...READ MORE
Hello, DB::QueryLog() only work after you execute the query $builder->get(). ...READ MORE
Middleware acts as a bridge between a ...READ MORE
Hello, You can use simple function that is ...READ MORE
Hey, We can easily use custom table in ...READ MORE
Hii, Migrations are like version control for your database, ...READ MORE
Hii @kartik, Create a new middleware, add to ...READ MORE
Hey @Kartik. Directories used in a common Laravel ...READ MORE
Hello @kartik, Do composer global update before laravel new <project-name> and you'll ...READ MORE
Hello, The PATH for Windows: I’ve found the location ...READ MORE
Hii, The extend method allows the modification of ...READ MORE
Hey kartik, Facades provide a static interface to classes that are ...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.