Laravel 5.7 is the previous stable version of the open-source PHP web framework created by Taylor Otwell.
I am trying to get the client's IP address in Laravel. It is easy to get a client's IP in …
php laravel laravel-5 laravel-5.7I have a created_at date saved liked this "2011-09-23 19:10:18" And I want to get the days and hours …
php date laravel-5.7I am trying to compile my app.scss file that comes with my new project from Laravel, but I want …
laravel laravel-5 npm bootstrap-4 laravel-5.7On php i could use this code to get how many item on my goods db $total = 0; $sql = "select count(*) …
laravel query-builder laravel-5.7 laravel-controllerI have been reading from the documentation about the new feature of laravel the email verification. Where can I locate …
laravel laravel-5.7I want to get the value of activationCode from database and then store it into a .txt file. This is …
php file read-write laravel-5.7I am trying to implement email verification in Laravel 5.7. I have implemented MustVerifyEmail on User model. class User extends Authenticatable …
php laravel laravel-5 laravel-5.7I have cloned repo from git, and made composer install. Then I am starting a server, but every time I …
php laravel laravel-5.7 http-status-code-500I am new in laravel. I setup laravel 5.7 on my local system and put js and css into public folder …
php laravel laravel-5.7I'm trying to include the Font Awesome toolkit in Laravel 5.7. These are the steps I took: 1) Run npm install --save-dev @…
laravel-5 npm font-awesome laravel-mix laravel-5.7