F1.03 Programming tools used to start the Php Laravel development process (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

The following Programming tools must be used to begin Php Laravel development:

Note 1:

  • After installing Apache24, Php, MySql, Composer they recommend
    • run cmd
    • from inside the terminal cmd
composer global require laravel/installer

laravel new example-app

cd example-app

php artisan serve

Note 2:

Open the file c:\php\php.ini and uncomment the line

extension=fileinfo

Note 3:

To invert DB to migration files excute command

composer require --dev "kitloong/laravel-migrations-generator"