How to create a new Laravel project in PhpStorm 2018.1 (in Ubuntu 16.04)?
This product works well with Symfony, Laravel, Drupal, WordPress frameworks, and front-end technologies like CSS3, JavaScript, TypeScript, VueJS, and React JS. PhpStorm is the perfect solution for any web application development project or website you might be working on.
Laravel Idea is a development environment based on PhpStorm, focused on efficiency and productivity.
It's just a five step process,
Just go to File -> New Project and in the dialog specify project name and folder, and – most importantly – choose type Composer Project.
Click on "Create" button. It will take time depending on your internet connection speed.
Congratulations, your new laravel project has been created.
That's not a PhpStorm specific question. To create a new project you need to have composer installed
Composer Homepage
and be sure it's appended to your path.
echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc
To accept the changes, run
source ~/.bashrc
or logout and login again.
Then have a look at the Laravel documentation
Laravel
There are 2 possible ways:
Both ways are fine, open the new created project in PhpStorm and you are good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With