We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each file which i create there is the path of the file in the file. For example i do: g:v pages/agentur
If i open the pages/agentur.blade.php i have the path in my file . In this case: /home/vagrant/code/project/app/views/pages/agentur.blade.php
How can i remove this ? Or better how can i say: "If you create a new view, start with @extends('layouts.master') @section('content')" @Stop ?
I use Sublime Text 3
The text was updated successfully, but these errors were encountered:
I encourage you to do it manually, but you can clone this repo and change this file: https://github.com/JeffreyWay/Laravel-4-Generators/blob/master/src/Way/Generators/templates/view.txt
Sorry, something went wrong.
Ah great thank you !
If i fork this repo, what do i have to write in my composer.json ?
"require-dev": { "hostianer/Laravel-4-Generators": "2.*" },
?
No branches or pull requests
Each file which i create there is the path of the file in the file.
For example i do:
g:v pages/agentur
If i open the pages/agentur.blade.php i have the path in my file .
In this case:
/home/vagrant/code/project/app/views/pages/agentur.blade.php
How can i remove this ?
Or better how can i say:
"If you create a new view, start with
@extends('layouts.master')
@section('content')"
@Stop
?
I use Sublime Text 3
The text was updated successfully, but these errors were encountered: