Skip to content
New issue

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

File Path in each file #358

Open
ChristopherDosin opened this issue Aug 6, 2014 · 3 comments
Open

File Path in each file #358

ChristopherDosin opened this issue Aug 6, 2014 · 3 comments

Comments

@ChristopherDosin
Copy link

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

@ramon-villain
Copy link

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

@ChristopherDosin
Copy link
Author

Ah great thank you !

@ChristopherDosin
Copy link
Author

If i fork this repo, what do i have to write in my composer.json ?

"require-dev": {
    "hostianer/Laravel-4-Generators": "2.*"
},

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants