Top "Laravel-5.7" questions

Laravel 5.7 is the previous stable version of the open-source PHP web framework created by Taylor Otwell.

How to get client IP address in Laravel 5+

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.7
Php get how many days and hours left from a date

I 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.7
Bootstrap 4 Installation With Laravel 5.7

I 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.7
Count data from database on laravel

On 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-controller
Laravel Email Verification Template Location

I have been reading from the documentation about the new feature of laravel the email verification. Where can I locate …

laravel laravel-5.7
How to write to a .txt file in Laravel?

I 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.7
Laravel 5.7 email verification error, route [verification.verify] not defined

I 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.7
Getting 500 server error with Laravel 5.7 on Windows

I 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-500
Laravel 5.7 - CSS and JS not loading using URL::asset

I 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.7
Laravel 5.7 + Font Awesome

I'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