Skip to main content

Posts

React Native

Recent posts

Laravel

Laravel Start Laravel Documentation https://laravel.com/docs/5.8 01. Download and Install Composer https://getcomposer.org/download/ 02. Download the Laravel installer using Composer composer global require laravel/installer 03. Create Laravel Project composer create-project --prefer-dist laravel/laravel mylaraproject 04. Run Local Development Server php artisan serve