Twitter like app using PHP and Laravel framework
http://whispering-atoll-74812.herokuapp.com/
- Clone the repo and run
composer installonce installed you can create.envbycp .env.example .envnow add your db credential in it. You can use MySQL or PostgreSQL as your db. - Now generate a key for your app using
php artisan key:generate - Then run the
php artisan db:seedto seed the app with dummy data - point the baseURL of axios http to your app url by editing it in
resources/assets/js/utils/http.js, by default it set tohttp://locahost:8000 - If your url is localhost:8000 you can run the app by
php artisan serveotherwise you need to install npm deps by runningnpm installafter this you need tonpm run watchto build the app browse.







