I have downloaded Laravel through my CMD. After that I have coded a CRUD using PHPStorm. Now I like to push only the CRUD to GitHub, not the framework itself.
After that I would like to be able to grab that CRUD and pull into any fresh Laravel project.
How do I perform these two steps? I only know how to push/pull everything to Github…